Skip to main content

DeserializeArrayWithElements<TSerializer>

Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class DeserializeArrayWithElements<TSerializer>
where TSerializer : ITypeSerializer

Methods

GetParseFn(Type)

View Source
Declaration
public static Func<string, ParseStringDelegate, object> GetParseFn(Type type)
Returns

System.Func<System.String,ServiceStack.Text.Common.ParseStringDelegate,System.Object>

Parameters
TypeName
System.Typetype

GetParseStringSpanFn(Type)

View Source
Declaration
public static DeserializeArrayWithElements<TSerializer>.ParseArrayOfElementsDelegate GetParseStringSpanFn(Type type)
Returns

ServiceStack.Text.Common.DeserializeArrayWithElements<TSerializer>.ParseArrayOfElementsDelegate

Parameters
TypeName
System.Typetype